projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6f4657
)
xend: Fix HVM domain restore (undefined HVM_ImageHandler.superpages).
author
Keir Fraser
<keir.fraser@citrix.com>
Sat, 30 May 2009 12:25:32 +0000
(13:25 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Sat, 30 May 2009 12:25:32 +0000
(13:25 +0100)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
tools/python/xen/xend/image.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/image.py
b/tools/python/xen/xend/image.py
index 91ba0e122be8556920b9ffd74e0ccca68b9d6bc2..1ecd0a28a4d1a1d584ef739b2a8ce7a69c0fffd3 100644
(file)
--- a/
tools/python/xen/xend/image.py
+++ b/
tools/python/xen/xend/image.py
@@
-83,7
+83,7
@@
class ImageHandler:
"""
ostype = None
-
+ superpages = 0
def __init__(self, vm, vmConfig):
self.vm = vm